home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
maniac syndROMe 1
/
maniac syndROMe 1.iso
/
pc
/
movies
/
mb09.dxr
/
00003_PANIC DOWN.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-03-23
|
259 b
|
13 lines
on mouseUp
global soundmode
puppetSprite(2, 8, 1)
set x to the number of cast "PANIC UP"
set the castNum of sprite 2 to x
set the visible of sprite 8 to 1
if soundmode = 1 then
puppetSound("MVOICE1.AIF")
else
puppetSound(0)
end if
end